google.golang.org/grpc.csAttempt.mu (field)

8 uses

	google.golang.org/grpc (current package)
		stream.go#L610: 	mu sync.Mutex // guards trInfo.tr
		stream.go#L1096: 		a.mu.Lock()
		stream.go#L1100: 		a.mu.Unlock()
		stream.go#L1153: 		a.mu.Lock()
		stream.go#L1157: 		a.mu.Unlock()
		stream.go#L1184: 	a.mu.Lock()
		stream.go#L1186: 		a.mu.Unlock()
		stream.go#L1233: 	a.mu.Unlock()